/*=================================== Text colour definition , ARGB ====================================*/ colour { 0xFF000000, 0x00000000, ; 0 Black 0xFFFFFFFF, 0x00000000, ; 1 white 0xFFAE1B13, 0x00000000, ; 2 Red 0xFF464646, 0x00000000, ; 3 Dark Grey 0xFF0f3c00, 0x00000000, ; 4 Green 0xFF828282, 0x00000000, ; 5 Light Grey 0xFF69D75E, 0x00000000, ; 6 Green 0xFFF7E65B, 0x00000000, ; 7 Yellow 0xFFB5C5DE, 0x00000000 ; 8 Blue } /*=================================== Font file definition ===================================*/ font PC { "Aurora16.ffn", ; Font 0 "Verdana12bi.ffn", ; Font 1 "Verdana10bi.ffn", ; Font 2 "Verdana10bi.ffn", ; Font 3 "Verdana10bi.ffn", ; Font 4 "Verdana10bi.ffn", ; Font 5 "Verdana10bi.ffn", ; Font 6 "Verdana10bi.ffn", ; Font 7 "Verdana10bi.ffn" ; Font 8 } /* font PSX { "font1.ffn", ; Font 0 "font2.ffn", ; Font 1 "font3.ffn" ; Font 2 } */